LEADTOOLS (Leadtools assembly)

ToArray Method

Show in webframe







Gets an array of the items in this collection.
Syntax
public T[] ToArray()
'Declaration
 
Public Function ToArray() As T()
'Usage
 
Dim instance As LeadCollection(Of T)
Dim value() As T
 
value = instance.ToArray()
public T[] ToArray()

            

            
 function Leadtools.LeadCollection.ToArray()
public:
array<T^>^ ToArray(); 

Return Value

An array of the items in this collection.
Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.